projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892d287
)
Fixed typo in icon_size_lookup_intern() - colon instead of semicolon
author
Yevgen Muntyan
<muntyan@src.gnome.org>
Tue, 16 Oct 2007 22:35:26 +0000
(22:35 +0000)
committer
Yevgen Muntyan
<muntyan@src.gnome.org>
Tue, 16 Oct 2007 22:35:26 +0000
(22:35 +0000)
svn path=/trunk/; revision=18917
gtk/gtkiconfactory.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconfactory.c
b/gtk/gtkiconfactory.c
index b10e0e685b6ce3a31c7a0ce6c7d59aba2fb1622d..71055c394a03bbbe0db643fc26668572404ee837 100644
(file)
--- a/
gtk/gtkiconfactory.c
+++ b/
gtk/gtkiconfactory.c
@@
-832,7
+832,7
@@
icon_size_lookup_intern (GtkSettings *settings,
init_icon_sizes ();
if (size == (GtkIconSize)-1)
- return FALSE
:
+ return FALSE
;
if (size >= icon_sizes_used)
return FALSE;